Package-level declarations

Types

Link copied to clipboard

The set of HTTP verbs the Krill protocol emits or accepts.

Link copied to clipboard
@Serializable
data class InvokeRequest(val by: NodeIdentity, val verb: NodeAction = NodeAction.EXECUTE)

Body of POST /node/{id}/invoke. The single explicit invocation entry point on the HTTP surface — the replacement for the legacy click pattern (clients posting a node with state = NodeState.EXECUTED to /node/{id}).

Link copied to clipboard
interface TrustHost

Per-platform peer-certificate storage and retrieval.